home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / New WASTE Handlers / New Pict Handler / WEObjectPicture.h < prev   
C/C++ Source or Header  |  1995-06-07  |  445b  |  20 lines

  1. #pragma once
  2. #include "WASTE.h"
  3.  
  4. // ————• WASTE Picture Object——————————————————————————————————————————————————————————
  5. // ———• by Michael F. Kamprath, kamprath@earthlink.net
  6. // ————• rearchitected by Chris K. Thomas, chris.t@applelink.apple.com
  7.  
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11.  
  12. #ifdef __cplusplus
  13. OSErr    WEObjPictureInstall(WEHandle inWaste = NULL);
  14. #else
  15. OSErr    WEObjPictureInstall(WEHandle inWaste);
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. }
  20. #endif